1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

HTML validation fixes and CSS changes

This commit is contained in:
bugrain
2009-07-23 23:03:49 +00:00
parent 664e62dbff
commit 7fe24d4ca0

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $
| $Revision: 1.12 $ | $Revision: 1.13 $
| $Date: 2009-07-23 15:23:19 $ | $Date: 2009-07-23 23:03:49 $
| $Author: e107coders $ | $Author: bugrain $
| |
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -89,7 +89,7 @@ class adminDownload extends download
<div id='download_search'> <div id='download_search'>
<fieldset> <fieldset>
<legend class='e-hideme'>".DOWLAN_194."</legend> <legend class='e-hideme'>".DOWLAN_194."</legend>
<table class='adminform'> <table class='adminlist'>
<tr> <tr>
<td>".DOWLAN_198." ".$frm->text('download-search-text', $this->searchField, 50, array('size'=>50, 'other' => "onkeyup=\"{$jsfunc}\""))."&nbsp;<a href='#download_search#download_advanced_search' class='e-swapit'>Switch to Advanced-Search</a></td> <td>".DOWLAN_198." ".$frm->text('download-search-text', $this->searchField, 50, array('size'=>50, 'other' => "onkeyup=\"{$jsfunc}\""))."&nbsp;<a href='#download_search#download_advanced_search' class='e-swapit'>Switch to Advanced-Search</a></td>
</tr> </tr>
@@ -660,7 +660,7 @@ class adminDownload extends download
<div style='text-align:center'> <div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."' id='myform'> <form method='post' action='".e_SELF."?".e_QUERY."' id='myform'>
<fieldset id='download-create'> <fieldset id='download-create'>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width:20%;'>".DOWLAN_13."</td> <td style='width:20%;'>".DOWLAN_13."</td>
<td style='width:80%'> <td style='width:80%'>
@@ -708,7 +708,7 @@ class adminDownload extends download
</table> </table>
</fieldset> </fieldset>
<fieldset id='download-edit-external'> <fieldset id='download-edit-external'>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width:20%;'>".DOWLAN_149."</td> <td style='width:20%;'>".DOWLAN_149."</td>
<td style='width:80%;'> <td style='width:80%;'>
@@ -724,7 +724,7 @@ class adminDownload extends download
</table> </table>
</fieldset> </fieldset>
<fieldset id='download-edit-mirror'> <fieldset id='download-edit-mirror'>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width:20%'><span title='".DOWLAN_129."' style='cursor:help'>".DOWLAN_128."</span></td> <td style='width:20%'><span title='".DOWLAN_129."' style='cursor:help'>".DOWLAN_128."</span></td>
<td style='width:80%'>"; <td style='width:80%'>";
@@ -788,7 +788,7 @@ class adminDownload extends download
</table> </table>
</fieldset> </fieldset>
<fieldset id='download-edit-therest'> <fieldset id='download-edit-therest'>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width:20%'>".DOWLAN_11."</td> <td style='width:20%'>".DOWLAN_11."</td>
<td style='width:80%'>"; <td style='width:80%'>";
@@ -1518,16 +1518,16 @@ class adminDownload extends download
$text = " $text = "
<div class='admintabs' id='tab-container'> <div class='admintabs' id='tab-container'>
<ul class='e-tabs e-hideme' id='download-option-tabs'> <ul class='e-tabs e-hideme' id='download-option-tabs'>
<li id='tab-download'><a href='#core-download-download1'>".LAN_DL_DOWNLOAD_OPT_GENERAL."</a></li> <li id='tab-download1'><a href='#core-download-download1'>".LAN_DL_DOWNLOAD_OPT_GENERAL."</a></li>
<li id='tab-download'><a href='#core-download-download2'>".LAN_DL_DOWNLOAD_OPT_BROKEN."</a></li> <li id='tab-download2'><a href='#core-download-download2'>".LAN_DL_DOWNLOAD_OPT_BROKEN."</a></li>
<li id='tab-download'><a href='#core-download-download3'>".LAN_DL_DOWNLOAD_OPT_AGREE."</a></li> <li id='tab-download3'><a href='#core-download-download3'>".LAN_DL_DOWNLOAD_OPT_AGREE."</a></li>
<li id='tab-upload'><a href='#core-download-upload'>".LAN_DL_UPLOAD."</a></li> <li id='tab-download4'><a href='#core-download-download4'>".LAN_DL_UPLOAD."</a></li>
</ul> </ul>
<form method='post' action='".e_SELF."?".e_QUERY."'>\n <form method='post' action='".e_SELF."?".e_QUERY."'>\n
<fieldset id='core-download-download1'> <fieldset id='core-download-download1'>
<div style='text-align:center'> <div>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<colgroup> <colgroup>
<col style='width:30%'/> <col style='width:30%'/>
<col style='width:70%'/> <col style='width:70%'/>
@@ -1535,7 +1535,7 @@ class adminDownload extends download
<tr> <tr>
<td>".LAN_DL_USE_PHP."</td> <td>".LAN_DL_USE_PHP."</td>
<td>" <td>"
.$frm->checkbox('download_subsub', '1', $pref['download_php']) .$frm->checkbox('download_php', '1', $pref['download_php'])
.$frm->label(LAN_DL_USE_PHP_INFO, 'download_php', '1') .$frm->label(LAN_DL_USE_PHP_INFO, 'download_php', '1')
."</td> ."</td>
</tr> </tr>
@@ -1564,7 +1564,6 @@ class adminDownload extends download
<tr> <tr>
<td>".LAN_ORDER."</td> <td>".LAN_ORDER."</td>
<td>".$frm->selectbox('download_sort', $sort_options, $pref['download_sort'])."</td> <td>".$frm->selectbox('download_sort', $sort_options, $pref['download_sort'])."</td>
</td>
</tr> </tr>
<tr> <tr>
<td>".DOWLAN_160."</td> <td>".DOWLAN_160."</td>
@@ -1585,8 +1584,8 @@ class adminDownload extends download
</div> </div>
</fieldset> </fieldset>
<fieldset id='core-download-download2'> <fieldset id='core-download-download2'>
<div style='text-align:center'> <div>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<colgroup> <colgroup>
<col style='width:30%'/> <col style='width:30%'/>
<col style='width:70%'/> <col style='width:70%'/>
@@ -1603,8 +1602,8 @@ class adminDownload extends download
</div> </div>
</fieldset> </fieldset>
<fieldset id='core-download-download3'> <fieldset id='core-download-download3'>
<div style='text-align:center'> <div>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<colgroup> <colgroup>
<col style='width:30%'/> <col style='width:30%'/>
<col style='width:70%'/> <col style='width:70%'/>
@@ -1624,13 +1623,17 @@ class adminDownload extends download
</table> </table>
</div> </div>
</fieldset> </fieldset>
<fieldset id='core-download-upload'> <fieldset id='core-download-download4'>
<div style='text-align:center'> <div>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<colgroup> <colgroup>
<col style='width:30%'/> <col style='width:30%'/>
<col style='width:70%'/> <col style='width:70%'/>
</colgroup> </colgroup>
<tr>
<td>".DOWLAN_XXX."</td>
<td>//TODO</td>
</tr>
</table> </table>
</div> </div>
</fieldset> </fieldset>
@@ -1638,6 +1641,7 @@ class adminDownload extends download
<input class='button' type='submit' name='updateoptions' value='".DOWLAN_64."'/> <input class='button' type='submit' name='updateoptions' value='".DOWLAN_64."'/>
</div> </div>
</form> </form>
</div>
"; ";
$ns->tablerender(LAN_DL_OPTIONS, $text); $ns->tablerender(LAN_DL_OPTIONS, $text);
} }
@@ -1694,7 +1698,7 @@ class adminDownload extends download
$text = "<div style='text-align:center'> $text = "<div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width: 10%; text-align: center;' class='forumheader'>ID</td> <td style='width: 10%; text-align: center;' class='forumheader'>ID</td>
<td style='width: 30%;' class='forumheader'>".DOWLAN_12."</td> <td style='width: 30%;' class='forumheader'>".DOWLAN_12."</td>
@@ -1746,7 +1750,7 @@ class adminDownload extends download
$text = "<div style='text-align:center'> $text = "<div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."' id='dataform'>\n <form method='post' action='".e_SELF."?".e_QUERY."' id='dataform'>\n
<table style='".ADMIN_WIDTH."' class='fborder'> <table style='".ADMIN_WIDTH."' class='adminlist'>
<tr> <tr>
<td style='width: 30%;'>".DOWLAN_12."</td> <td style='width: 30%;'>".DOWLAN_12."</td>