Changeset 359 for trunk


Ignore:
Timestamp:
Nov 4, 2017, 5:03:00 PM (6 years ago)
Author:
g7moreau
Message:
  • Update title, remove automatic refresh
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/push-web

    r356 r359  
    5555<head>
    5656 <link rel="stylesheet" type="text/css" href="style-klask.css" />
    57  <meta http-equiv="refresh" content="1800">
     57 <!-- <meta http-equiv="refresh" content="1800"> -->
    5858 <title>Klask mapping net-tools</title>
    5959 <noscript>
     
    8484 </script>
    8585</head>
    86 <body onload="delayedRefresh">
     86<body> <!-- onload="delayedRefresh" -->
    8787<h1>
    8888<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}
     89Tool for <a href="switch-map.png">mapping</a> the local network - site ${SITE_NAME}
     90<a class="refresh" href="./">${LOCALTIME}</a>
    9191</h1>
    9292
  • trunk/style-klask.css

    r358 r359  
    113113   }
    114114
     115
     116a.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
     125a:hover.refresh {
     126   background      : #AAA;
     127   }
     128
    115129img.map {
    116130   width           : 100%;
Note: See TracChangeset for help on using the changeset viewer.