[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/config config_element.thtml, 1.3, 1.4 configuration.thtml, 1.2, 1.3

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:23 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config
In directory qs1489.pair.com:/tmp/cvs-serv10063/admin/config

Modified Files:
	config_element.thtml configuration.thtml 
Log Message:
XHTML optional updates

Index: config_element.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/config_element.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config_element.thtml	12 Oct 2007 03:55:46 -0000	1.3
--- config_element.thtml	25 Nov 2007 06:59:21 -0000	1.4
***************
*** 1,4 ****
  <!-- BEGIN delete-button -->
! <input type="button" class="del-link" value="x" onClick="remove(this);" />
  <!-- END delete-button -->
  
--- 1,4 ----
  <!-- BEGIN delete-button -->
! <input type="button" class="del-link" value="x" onclick="remove(this);"{xhtml}>
  <!-- END delete-button -->
  
***************
*** 6,10 ****
  <tr><td class="alignright">{display_name} {doc_link} {unset_link}</td>
  <td>
! <input type="text" class="opt" name="{name}" style="width:300px" value="{value}"/>
  {delete}
  </td></tr>
--- 6,10 ----
  <tr><td class="alignright">{display_name} {doc_link} {unset_link}</td>
  <td>
! <input type="text" class="opt" name="{name}" style="width:300px" value="{value}"{xhtml}>
  {delete}
  </td></tr>
***************
*** 13,17 ****
  <!-- BEGIN placeholder-element -->
  <tr><td class="alignright">{display_name}</td><td>
! <input type="hidden" name="{name}" value="{value}"/>
  {delete}
  </td></tr>
--- 13,17 ----
  <!-- BEGIN placeholder-element -->
  <tr><td class="alignright">{display_name}</td><td>
! <input type="hidden" name="{name}" value="{value}"{xhtml}>
  {delete}
  </td></tr>
***************
*** 30,34 ****
  <!-- BEGIN unset-param -->
  <tr><td class="alignright">{display_name} {doc_link}</td>
! <td><a href="#" onClick="restore('{name}');">Restore</a></td>
  </tr>
  <!-- END unset-param -->
--- 30,34 ----
  <!-- BEGIN unset-param -->
  <tr><td class="alignright">{display_name} {doc_link}</td>
! <td><a href="#" onclick="restore('{name}');">Restore</a></td>
  </tr>
  <!-- END unset-param -->
***************
*** 37,43 ****
  <tr><td class="alignright" style="vertical-align:top">{display_name} {doc_link} {unset_link}</td>
  <td>
! <input type="button" value="+" onClick="hide_show_tbl(selectChildByID(this.parentNode, 'arr_table'), this);" />
  {delete}
! <input type="hidden" value="true" name="{name}[placeholder]"/>
  <table style="display:none" id="arr_table">
  <col width="100px">
--- 37,43 ----
  <tr><td class="alignright" style="vertical-align:top">{display_name} {doc_link} {unset_link}</td>
  <td>
! <input type="button" value="+" onclick="hide_show_tbl(selectChildByID(this.parentNode, 'arr_table'), this);"{xhtml}>
  {delete}
! <input type="hidden" value="true" name="{name}[placeholder]"{xhtml}>
  <table style="display:none" id="arr_table">
  <col width="100px">
***************
*** 51,55 ****
  <!-- BEGIN keyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onClick="handleAdd(this, '{array_type}', '{arr_name}')"/><input style="width: 65px"/>
  </td></tr>
  <!-- END keyed-add-button -->
--- 51,55 ----
  <!-- BEGIN keyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}><input style="width: 65px"{xhtml}>
  </td></tr>
  <!-- END keyed-add-button -->
***************
*** 57,61 ****
  <!-- BEGIN unkeyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onClick="handleAdd(this, '{array_type}', '{arr_name}')"/>
  </td></tr>
  <!-- END unkeyed-add-button -->
--- 57,61 ----
  <!-- BEGIN unkeyed-add-button -->
  <tr><td colspan="2">
! <input type="button" value="Add Element" class="add_ele_input" onclick="handleAdd(this, '{array_type}', '{arr_name}')"{xhtml}>
  </td></tr>
  <!-- END unkeyed-add-button -->

Index: configuration.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/configuration.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configuration.thtml	12 Oct 2007 03:32:02 -0000	1.2
--- configuration.thtml	25 Nov 2007 06:59:21 -0000	1.3
***************
*** 1,4 ****
  <script type="text/javascript">
! 
  function handleAdd(self, array_type, array_name){
   if(array_type.charAt(0) == "*"){
--- 1,4 ----
  <script type="text/javascript">
! //<![CDATA[
  function handleAdd(self, array_type, array_name){
   if(array_type.charAt(0) == "*"){
***************
*** 168,177 ****
  }
  
! 
  </script>
  
  <form method="post" action="configuration.php" name="group">
! <input type="hidden" value="{open_group}" name="conf_group">
! <input type="hidden" value="" name="subgroup">
  </form>
  <div id="pe_navbar"><table width="100%" cellpadding="0" cellspacing="0" border="0">
--- 168,177 ----
  }
  
! //]]>
  </script>
  
  <form method="post" action="configuration.php" name="group">
! <input type="hidden" value="{open_group}" name="conf_group"{xhtml}>
! <input type="hidden" value="" name="subgroup"{xhtml}>
  </form>
  <div id="pe_navbar"><table width="100%" cellpadding="0" cellspacing="0" border="0">
***************
*** 181,185 ****
  <!-- BEGIN group-selector -->
     <li>
!      <a  href="#" {select_id} onClick='open_group("{group_select_value}")'><span style="padding-top:5px;">{group_display}</span>
       </a>
     </li>
--- 181,185 ----
  <!-- BEGIN group-selector -->
     <li>
!      <a  href="#" {select_id} onclick='open_group("{group_select_value}")'><span style="padding-top:5px;">{group_display}</span>
       </a>
     </li>
***************
*** 197,201 ****
  <!-- BEGIN subgroup-selector -->
     <li>
!      <a  href="#" {select_id} onClick='open_subgroup("{subgroup_name}")'><span style="padding-top:5px;">{subgroup_display_name}</span>
       </a>
     </li>
--- 197,201 ----
  <!-- BEGIN subgroup-selector -->
     <li>
!      <a  href="#" {select_id} onclick='open_subgroup("{subgroup_name}")'><span style="padding-top:5px;">{subgroup_display_name}</span>
       </a>
     </li>
***************
*** 207,212 ****
  
  <form action="configuration.php" method="post" name="subgroup">
! <input type="hidden" name="conf_group" value="{open_group}" >
! <input type="hidden" name="sub_group" value="{open_sg}" >
  
  <div id="ce_{subgroup_name}">
--- 207,212 ----
  
  <form action="configuration.php" method="post" name="subgroup">
! <input type="hidden" name="conf_group" value="{open_group}"{xhtml}>
! <input type="hidden" name="sub_group" value="{open_sg}"{xhtml}>
  
  <div id="ce_{subgroup_name}">
***************
*** 234,241 ****
  
  
! <input type="hidden" name="form_submit" value="true" >
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="Save Changes" >
! <input type="submit" name="form_reset" value="Reset Form" >
  </div>
  </form>
--- 234,241 ----
  
  
! <input type="hidden" name="form_submit" value="true"{xhtml}>
  <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="Save Changes"{xhtml}>
! <input type="submit" name="form_reset" value="Reset Form"{xhtml}>
  </div>
  </form>




More information about the geeklog-cvs mailing list