Changeset 8195 for trunk/MagicSoft
- Timestamp:
- 11/01/06 16:30:34 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8194 r8195 45 45 - changed init: fPSF, fMeanPedRmsInner and fLinks now switched on 46 46 by default 47 48 * datacenter/db/sequinfo-aio.php, datacenter/db/sequinfo-aio.php, 49 datacenter/db/sequinfo-aio.php: 50 - emphasis menu item 'Menu' 51 52 * datacenter/db/index-footer.html: 53 - adapted link to validator-img file 47 54 48 55 -
trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php
r8180 r8195 201 201 printf("1000000000"); 202 202 printf("'>\n"); 203 printf("<img id='allbutton' src='../minus.png' onclick=showhide('all')> Menu\n");203 printf("<img id='allbutton' src='../minus.png' onclick=showhide('all')> <b>Menu</b>\n"); 204 204 printf(" <img id='infobutton' src='../plus.png' onClick=showhide('info');showhide('info2')>DataSetInfo\n"); 205 205 printf(" <img id='statbutton' src='../plus.png' onClick=showhide('stat');showhide('fail')> StatusInfo \n"); -
trunk/MagicSoft/Mars/datacenter/db/index-footer.html
r7873 r8195 11 11 <BR> <BR> 12 12 <a href="http://validator.w3.org/check/referer"> 13 <img border="0"src="../ ../valid-html40.png" alt="Valid HTML 4.0!" height="20" width="66"></a>13 <img border="0"src="../valid-html40.png" alt="Valid HTML 4.0!" height="20" width="66"></a> 14 14 <BR> 15 15 </center> -
trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
r8180 r8195 236 236 printf("1000000000"); 237 237 printf("'>\n"); 238 printf("<img id='allbutton' src='../minus.png' onclick=showhide('all')> Menu\n");238 printf("<img id='allbutton' src='../minus.png' onclick=showhide('all')> <b>Menu</b>\n"); 239 239 printf(" <img id='infobutton' src='../plus.png' onClick=showhide('info');showhide('info2')>RunInfo \n"); 240 240 printf(" <img id='statbutton' src='../plus.png' onClick=showhide('stat');showhide('fail')> StatusInfo \n"); -
trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
r8194 r8195 278 278 { 279 279 printf("<center>\n"); 280 printf("<form action= \"sequinfo-aio.php\" METHOD=\"GET\">\n");280 printf("<form action='sequinfo-aio.php' METHOD='GET'>\n"); 281 281 printf("<input id='sh' type='hidden' name='fShowHide' value='"); 282 282 if (!empty($_GET["fShowHide"])) … … 285 285 printf("1000000000"); 286 286 printf("'>\n"); 287 printf("<img id='allbutton' src='../minus.png' alt='-' onclick='showhide(\"all\")'> Menu\n");287 printf("<img id='allbutton' src='../minus.png' alt='-' onclick='showhide(\"all\")'> <b>Menu</b> \n"); 288 288 printf(" <img id='infobutton' src='../plus.png' alt='+' onClick='showhide(\"info\");showhide(\"info2\")'>SequInfo \n"); 289 289 printf(" <img id='statbutton' src='../plus.png' alt='+' onClick='showhide(\"stat\");showhide(\"fail\")'> StatusInfo \n");
Note:
See TracChangeset
for help on using the changeset viewer.