Changeset 6987

Show
Ignore:
Timestamp:
04/13/11 20:31:01 (2 years ago)
Author:
soma
Message:

luci-0.10: Merge r6986

Location:
luci/branches/luci-0.10/themes
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.10/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css

    r6631 r6987  
    512512} 
    513513 
     514ul.cbi-tabmenu { 
     515    padding: 3px 0; 
     516    margin-left: 0 !important; 
     517    margin-bottom: -1px; 
     518    list-style-type: none; 
     519} 
     520 
     521ul.cbi-tabmenu li.cbi-tab, 
     522ul.cbi-tabmenu li.cbi-tab-disabled { 
     523    display: inline; 
     524    margin: 0; 
     525} 
     526 
     527ul.cbi-tabmenu li.cbi-tab a, 
     528ul.cbi-tabmenu li.cbi-tab-disabled a { 
     529    text-decoration: none; 
     530    padding: 3px 7px; 
     531    margin-right: 3px; 
     532    border: 1px outset #000000; 
     533    border-bottom: none; 
     534    background-color: #EEEEEE; 
     535    color: #BBBBBB; 
     536} 
     537 
     538ul.cbi-tabmenu li.cbi-tab-highlighted a { 
     539    color: #000000; 
     540    background-color: #FFEEAA; 
     541} 
     542 
     543ul.cbi-tabmenu li a:hover { 
     544    color: #000000; 
     545} 
     546 
     547ul.cbi-tabmenu li.cbi-tab a { 
     548    position: relative; 
     549    top: 1px; 
     550    padding-top: 4px; 
     551    color: #000000; 
     552    background-color: #FFFFFF; 
     553} 
     554 
     555div.cbi-tab-descr { 
     556    background-image: url(/luci-static/resources/cbi/help.gif); 
     557    background-position: 0.25em 50%; 
     558    background-repeat: no-repeat; 
     559    border-bottom: 1px solid #CCCCCC; 
     560    margin: 0.25em 0.25em 2em; 
     561    padding: 0.5em 0.5em 0.5em 2em; 
     562} 
     563 
    514564.right { 
    515565    text-align: right; 
  • luci/branches/luci-0.10/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm

    r5484 r6987  
    4444    <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 
    4545    <meta http-equiv="content-script-type" content="text/javascript" /> 
     46    <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 
    4647    <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 
    4748 
     
    6465</head> 
    6566<body onload="window.setup_hover && setup_hover()"> 
     67 
     68<%- if luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%> 
     69    <div class="warning"> 
     70        <strong><%:No password set!%></strong><br /> 
     71        <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> 
     72    </div> 
     73<%- end -%> 
     74 
    6675<div id="header"><div id="header2"> 
    6776    <span id="header3">freifunk kamikaze</span><br /> 
     
    179188</div> 
    180189<div id="maincontent"> 
     190<% if category ~= "freifunk" and category ~= "splash" then %> 
     191    <noscript> 
     192        <div class="warning"> 
     193            <strong><%:Java Script required!%></strong><br /> 
     194            <%:You must enable Java Script in your browser or LuCI will not work properly.%> 
     195        </div> 
     196    </noscript> 
     197<% end %> 
  • luci/branches/luci-0.10/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css

    r6631 r6987  
    620620} 
    621621 
     622ul.cbi-tabmenu { 
     623    padding: 3px 0; 
     624    margin-left: 0 !important; 
     625    margin-bottom: -1px; 
     626    list-style-type: none; 
     627} 
     628 
     629ul.cbi-tabmenu li.cbi-tab, 
     630ul.cbi-tabmenu li.cbi-tab-disabled { 
     631    display: inline; 
     632    margin: 0; 
     633} 
     634 
     635ul.cbi-tabmenu li.cbi-tab a, 
     636ul.cbi-tabmenu li.cbi-tab-disabled a { 
     637    text-decoration: none; 
     638    padding: 3px 7px; 
     639    margin-right: 3px; 
     640    border: 1px outset #000; 
     641    border-bottom: none; 
     642    background-color: #eee; 
     643    color: #bbb; 
     644} 
     645 
     646ul.cbi-tabmenu li.cbi-tab-highlighted a { 
     647    color: #000; 
     648    background-color: #FFEEAA; 
     649} 
     650 
     651ul.cbi-tabmenu li a:hover { 
     652    color: #000; 
     653} 
     654 
     655ul.cbi-tabmenu li.cbi-tab a { 
     656    position: relative; 
     657    top: 1px; 
     658    padding-top: 4px; 
     659    color: #000; 
     660    background-color: #fff; 
     661} 
     662 
     663div.cbi-tab-descr { 
     664    background-image: url(/luci-static/resources/cbi/help.gif); 
     665    background-position: 0.25em 50%; 
     666    background-repeat: no-repeat; 
     667    border-bottom: 1px solid #ccc; 
     668    margin: 0.25em 0.25em 2em; 
     669    padding: 0.5em 0.5em 0.5em 2em; 
     670} 
     671 
     672 
    622673.right { 
    623674    text-align: right; 
  • luci/branches/luci-0.10/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm

    r5484 r6987  
    4545    <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 
    4646    <meta http-equiv="content-script-type" content="text/javascript" /> 
     47    <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 
    4748    <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 
    4849 
     
    6970 
    7071<div id="wrapper"> 
     72<%- if luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%> 
     73    <div class="warning"> 
     74        <strong><%:No password set!%></strong><br /> 
     75        <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> 
     76    </div> 
     77<%- end -%> 
    7178<div id="main"> 
    7279 
     
    194201    <br class="clear" /> 
    195202</div> 
     203 
    196204<div id="maincontent"> 
     205<% if category ~= "freifunk" and category ~= "splash" then %> 
     206<noscript> 
     207    <div class="errorbox"> 
     208        <strong><%:Java Script required!%></strong><br /> 
     209        <%:You must enable Java Script in your browser or LuCI will not work properly.%> 
     210    </div> 
     211</noscript> 
     212<% end %> 
  • luci/branches/luci-0.10/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css

    r6896 r6987  
    451451 
    452452ul.cbi-tabmenu { 
    453         padding: 3px 0; 
    454         margin-left: 0 !important; 
    455         margin-bottom: -1px; 
    456         list-style-type: none; 
     453    padding: 3px 0; 
     454    margin-left: 0 !important; 
     455    margin-bottom: -1px; 
     456    list-style-type: none; 
    457457} 
    458458 
    459459ul.cbi-tabmenu li.cbi-tab, 
    460460ul.cbi-tabmenu li.cbi-tab-disabled { 
    461         display: inline; 
    462         margin: 0; 
     461    display: inline; 
     462    margin: 0; 
    463463} 
    464464 
    465465ul.cbi-tabmenu li.cbi-tab a, 
    466466ul.cbi-tabmenu li.cbi-tab-disabled a { 
    467         text-decoration: none; 
    468         padding: 3px 7px; 
    469         margin-right: 3px; 
    470         border: 1px outset #000; 
    471         border-bottom: none; 
    472         background-color: #eee; 
    473         color: #bbb; 
     467    text-decoration: none; 
     468    padding: 3px 7px; 
     469    margin-right: 3px; 
     470    border: 1px outset #000; 
     471    border-bottom: none; 
     472    background-color: #eee; 
     473    color: #bbb; 
    474474} 
    475475 
    476476ul.cbi-tabmenu li.cbi-tab-highlighted a { 
    477         color: #000; 
    478         background-color: #FFEEAA; 
     477    color: #000; 
     478    background-color: #FFEEAA; 
    479479} 
    480480 
    481481ul.cbi-tabmenu li a:hover { 
    482         color: #000; 
     482    color: #000; 
    483483} 
    484484 
    485485ul.cbi-tabmenu li.cbi-tab a { 
    486         position: relative; 
    487         top: 1px; 
    488         padding-top: 4px; 
    489         color: #000; 
    490         background-color: #fff; 
     486    position: relative; 
     487    top: 1px; 
     488    padding-top: 4px; 
     489    color: #000; 
     490    background-color: #fff; 
    491491} 
    492492 
    493493div.cbi-tab-descr { 
    494         background-image: url(/luci-static/resources/cbi/help.gif); 
    495         background-position: 0.25em 50%; 
    496         background-repeat: no-repeat; 
    497         border-bottom: 1px solid #ccc; 
    498         margin: 0.25em 0.25em 2em; 
    499         padding: 0.5em 0.5em 0.5em 2em; 
     494    background-image: url(/luci-static/resources/cbi/help.gif); 
     495    background-position: 0.25em 50%; 
     496    background-repeat: no-repeat; 
     497    border-bottom: 1px solid #ccc; 
     498    margin: 0.25em 0.25em 2em; 
     499    padding: 0.5em 0.5em 0.5em 2em; 
    500500} 
    501501 
  • luci/branches/luci-0.10/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css

    r6631 r6987  
    427427} 
    428428 
     429ul.cbi-tabmenu { 
     430    padding: 3px 0; 
     431    margin-left: 0 !important; 
     432    margin-bottom: -1px; 
     433    list-style-type: none; 
     434} 
     435 
     436ul.cbi-tabmenu li.cbi-tab, 
     437ul.cbi-tabmenu li.cbi-tab-disabled { 
     438    display: inline; 
     439    margin: 0; 
     440} 
     441 
     442ul.cbi-tabmenu li.cbi-tab a, 
     443ul.cbi-tabmenu li.cbi-tab-disabled a { 
     444    text-decoration: none; 
     445    padding: 3px 7px; 
     446    margin-right: 3px; 
     447    border: 1px outset #000; 
     448    border-bottom: none; 
     449    background-color: #eee; 
     450    color: #bbb; 
     451} 
     452 
     453ul.cbi-tabmenu li.cbi-tab-highlighted a { 
     454    color: #000; 
     455    background-color: #FFEEAA; 
     456} 
     457 
     458ul.cbi-tabmenu li a:hover { 
     459    color: #000; 
     460} 
     461 
     462ul.cbi-tabmenu li.cbi-tab a { 
     463    position: relative; 
     464    top: 1px; 
     465    padding-top: 4px; 
     466    color: #000; 
     467    background-color: #fff; 
     468} 
     469 
     470div.cbi-tab-descr { 
     471    background-image: url(/luci-static/resources/cbi/help.gif); 
     472    background-position: 0.25em 50%; 
     473    background-repeat: no-repeat; 
     474    border-bottom: 1px solid #ccc; 
     475    margin: 0.25em 0.25em 2em; 
     476    padding: 0.5em 0.5em 0.5em 2em; 
     477} 
     478 
     479 
    429480input[type=submit], 
    430481input[type=reset], 
  • luci/branches/luci-0.10/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm

    r5484 r6987  
    5050<script type="text/javascript" src="<%=resource%>/XHTML1.js"></script> 
    5151<script type="text/javascript" src="<%=resource%>/Dropdowns.js"></script> 
     52<script type="text/javascript" src="<%=resource%>/xhr.js"></script> 
     53 
    5254<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 
    5355</head> 
    5456<body class="lang_<%=luci.i18n.context.lang%>"> 
     57 
     58 
     59<%- if luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%> 
     60    <div class="warning"> 
     61        <strong><%:No password set!%></strong><br /> 
     62        <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> 
     63    </div> 
     64<%- end -%> 
    5565 
    5666<p class="skiplink"> 
     
    162172</div> 
    163173<div id="maincontent"> 
     174<% if category ~= "freifunk" and category ~= "splash" then %> 
     175<noscript> 
     176    <div class="warning"> 
     177        <strong><%:Java Script required!%></strong><br /> 
     178        <%:You must enable Java Script in your browser or LuCI will not work properly.%> 
     179    </div> 
     180</noscript> 
     181<% end %> 
  • luci/branches/luci-0.10/themes/freifunk/htdocs/luci-static/freifunk/cascade.css

    r6631 r6987  
    627627} 
    628628 
     629ul.cbi-tabmenu { 
     630    padding: 3px 0; 
     631    margin-left: 0 !important; 
     632    margin-bottom: -1px; 
     633    list-style-type: none; 
     634} 
     635 
     636ul.cbi-tabmenu li.cbi-tab, 
     637ul.cbi-tabmenu li.cbi-tab-disabled { 
     638    display: inline; 
     639    margin: 0; 
     640} 
     641 
     642ul.cbi-tabmenu li.cbi-tab a, 
     643ul.cbi-tabmenu li.cbi-tab-disabled a { 
     644    text-decoration: none; 
     645    padding: 3px 7px; 
     646    margin-right: 3px; 
     647    border: 1px outset #000; 
     648    border-bottom: none; 
     649    background-color: #eee; 
     650    color: #bbb; 
     651} 
     652 
     653ul.cbi-tabmenu li.cbi-tab-highlighted a { 
     654    color: #000; 
     655    background-color: #FFEEAA; 
     656} 
     657 
     658ul.cbi-tabmenu li a:hover { 
     659    color: #000; 
     660} 
     661 
     662ul.cbi-tabmenu li.cbi-tab a { 
     663    position: relative; 
     664    top: 1px; 
     665    padding-top: 4px; 
     666    color: #000; 
     667    background-color: #fff; 
     668} 
     669 
     670div.cbi-tab-descr { 
     671    background-image: url(/luci-static/resources/cbi/help.gif); 
     672    background-position: 0.25em 50%; 
     673    background-repeat: no-repeat; 
     674    border-bottom: 1px solid #ccc; 
     675    margin: 0.25em 0.25em 2em; 
     676    padding: 0.5em 0.5em 0.5em 2em; 
     677} 
     678 
     679 
    629680.right { 
    630681    text-align: right; 
  • luci/branches/luci-0.10/themes/freifunk/luasrc/view/themes/freifunk/header.htm

    r5484 r6987  
    99 
    1010    http://www.apache.org/licenses/LICENSE-2.0 
    11  
    12 $Id$ 
    1311 
    1412-%> 
     
    4543    <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 
    4644    <meta http-equiv="content-script-type" content="text/javascript" /> 
     45    <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 
    4746    <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 
    4847 
     
    6968 
    7069<div id="wrapper"> 
     70<%- if luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%> 
     71    <div class="warning"> 
     72        <strong><%:No password set!%></strong><br /> 
     73        <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> 
     74    </div> 
     75<%- end -%> 
    7176<div id="main"> 
    7277 
     
    195200</div> 
    196201<div id="maincontent"> 
     202<% if category ~= "freifunk" and category ~= "splash" then %> 
     203<noscript> 
     204    <div class="warning"> 
     205        <strong><%:Java Script required!%></strong><br /> 
     206        <%:You must enable Java Script in your browser or LuCI will not work properly.%> 
     207    </div> 
     208</noscript> 
     209<%end%>