- Timestamp:
- Nov 4, 2017, 5:03:00 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/push-web
r356 r359 55 55 <head> 56 56 <link rel="stylesheet" type="text/css" href="style-klask.css" /> 57 < meta http-equiv="refresh" content="1800">57 <!-- <meta http-equiv="refresh" content="1800"> --> 58 58 <title>Klask mapping net-tools</title> 59 59 <noscript> … … 84 84 </script> 85 85 </head> 86 <body onload="delayedRefresh">86 <body> <!-- onload="delayedRefresh" --> 87 87 <h1> 88 88 <b><a href="http://servforge.legi.grenoble-inp.fr/projects/klask" class="circle">Klask</a></b> 89 Tool for <a href="switch-map.png">mapping</a> (<a href="switch-map.png">png</a>|<a href="switch-map.svg">svg</a>)90 the local network [${LOCALTIME}] - site ${SITE_NAME} 89 Tool for <a href="switch-map.png">mapping</a> the local network - site ${SITE_NAME} 90 <a class="refresh" href="./">${LOCALTIME}</a> 91 91 </h1> 92 92 -
trunk/style-klask.css
r358 r359 113 113 } 114 114 115 116 a.refresh { 117 background : #333; 118 border-radius : 1.8ex; 119 color : white; 120 margin-left : 2ex; 121 padding : 0.7ex 1.8ex; 122 text-decoration : none; 123 } 124 125 a:hover.refresh { 126 background : #AAA; 127 } 128 115 129 img.map { 116 130 width : 100%;
Note: See TracChangeset
for help on using the changeset viewer.