Changeset 6987
- Timestamp:
- 04/13/11 20:31:01 (2 years ago)
- Location:
- luci/branches/luci-0.10/themes
- Files:
-
- 9 modified
-
fledermaus/htdocs/luci-static/fledermaus/cascade.css (modified) (1 diff)
-
fledermaus/luasrc/view/themes/fledermaus/header.htm (modified) (3 diffs)
-
freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css (modified) (1 diff)
-
freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm (modified) (3 diffs)
-
freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css (modified) (1 diff)
-
freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css (modified) (1 diff)
-
freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm (modified) (2 diffs)
-
freifunk/htdocs/luci-static/freifunk/cascade.css (modified) (1 diff)
-
freifunk/luasrc/view/themes/freifunk/header.htm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
r6631 r6987 512 512 } 513 513 514 ul.cbi-tabmenu { 515 padding: 3px 0; 516 margin-left: 0 !important; 517 margin-bottom: -1px; 518 list-style-type: none; 519 } 520 521 ul.cbi-tabmenu li.cbi-tab, 522 ul.cbi-tabmenu li.cbi-tab-disabled { 523 display: inline; 524 margin: 0; 525 } 526 527 ul.cbi-tabmenu li.cbi-tab a, 528 ul.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 538 ul.cbi-tabmenu li.cbi-tab-highlighted a { 539 color: #000000; 540 background-color: #FFEEAA; 541 } 542 543 ul.cbi-tabmenu li a:hover { 544 color: #000000; 545 } 546 547 ul.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 555 div.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 514 564 .right { 515 565 text-align: right; -
luci/branches/luci-0.10/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
r5484 r6987 44 44 <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 45 45 <meta http-equiv="content-script-type" content="text/javascript" /> 46 <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 46 47 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 47 48 … … 64 65 </head> 65 66 <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 66 75 <div id="header"><div id="header2"> 67 76 <span id="header3">freifunk kamikaze</span><br /> … … 179 188 </div> 180 189 <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 620 620 } 621 621 622 ul.cbi-tabmenu { 623 padding: 3px 0; 624 margin-left: 0 !important; 625 margin-bottom: -1px; 626 list-style-type: none; 627 } 628 629 ul.cbi-tabmenu li.cbi-tab, 630 ul.cbi-tabmenu li.cbi-tab-disabled { 631 display: inline; 632 margin: 0; 633 } 634 635 ul.cbi-tabmenu li.cbi-tab a, 636 ul.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 646 ul.cbi-tabmenu li.cbi-tab-highlighted a { 647 color: #000; 648 background-color: #FFEEAA; 649 } 650 651 ul.cbi-tabmenu li a:hover { 652 color: #000; 653 } 654 655 ul.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 663 div.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 622 673 .right { 623 674 text-align: right; -
luci/branches/luci-0.10/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm
r5484 r6987 45 45 <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 46 46 <meta http-equiv="content-script-type" content="text/javascript" /> 47 <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 47 48 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 48 49 … … 69 70 70 71 <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 -%> 71 78 <div id="main"> 72 79 … … 194 201 <br class="clear" /> 195 202 </div> 203 196 204 <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 451 451 452 452 ul.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; 457 457 } 458 458 459 459 ul.cbi-tabmenu li.cbi-tab, 460 460 ul.cbi-tabmenu li.cbi-tab-disabled { 461 display: inline;462 margin: 0;461 display: inline; 462 margin: 0; 463 463 } 464 464 465 465 ul.cbi-tabmenu li.cbi-tab a, 466 466 ul.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; 474 474 } 475 475 476 476 ul.cbi-tabmenu li.cbi-tab-highlighted a { 477 color: #000;478 background-color: #FFEEAA;477 color: #000; 478 background-color: #FFEEAA; 479 479 } 480 480 481 481 ul.cbi-tabmenu li a:hover { 482 color: #000;482 color: #000; 483 483 } 484 484 485 485 ul.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; 491 491 } 492 492 493 493 div.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; 500 500 } 501 501 -
luci/branches/luci-0.10/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css
r6631 r6987 427 427 } 428 428 429 ul.cbi-tabmenu { 430 padding: 3px 0; 431 margin-left: 0 !important; 432 margin-bottom: -1px; 433 list-style-type: none; 434 } 435 436 ul.cbi-tabmenu li.cbi-tab, 437 ul.cbi-tabmenu li.cbi-tab-disabled { 438 display: inline; 439 margin: 0; 440 } 441 442 ul.cbi-tabmenu li.cbi-tab a, 443 ul.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 453 ul.cbi-tabmenu li.cbi-tab-highlighted a { 454 color: #000; 455 background-color: #FFEEAA; 456 } 457 458 ul.cbi-tabmenu li a:hover { 459 color: #000; 460 } 461 462 ul.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 470 div.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 429 480 input[type=submit], 430 481 input[type=reset], -
luci/branches/luci-0.10/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm
r5484 r6987 50 50 <script type="text/javascript" src="<%=resource%>/XHTML1.js"></script> 51 51 <script type="text/javascript" src="<%=resource%>/Dropdowns.js"></script> 52 <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 53 52 54 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 53 55 </head> 54 56 <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 -%> 55 65 56 66 <p class="skiplink"> … … 162 172 </div> 163 173 <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 627 627 } 628 628 629 ul.cbi-tabmenu { 630 padding: 3px 0; 631 margin-left: 0 !important; 632 margin-bottom: -1px; 633 list-style-type: none; 634 } 635 636 ul.cbi-tabmenu li.cbi-tab, 637 ul.cbi-tabmenu li.cbi-tab-disabled { 638 display: inline; 639 margin: 0; 640 } 641 642 ul.cbi-tabmenu li.cbi-tab a, 643 ul.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 653 ul.cbi-tabmenu li.cbi-tab-highlighted a { 654 color: #000; 655 background-color: #FFEEAA; 656 } 657 658 ul.cbi-tabmenu li a:hover { 659 color: #000; 660 } 661 662 ul.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 670 div.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 629 680 .right { 630 681 text-align: right; -
luci/branches/luci-0.10/themes/freifunk/luasrc/view/themes/freifunk/header.htm
r5484 r6987 9 9 10 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 $Id$13 11 14 12 -%> … … 45 43 <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 46 44 <meta http-equiv="content-script-type" content="text/javascript" /> 45 <script type="text/javascript" src="<%=resource%>/xhr.js"></script> 47 46 <title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title> 48 47 … … 69 68 70 69 <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 -%> 71 76 <div id="main"> 72 77 … … 195 200 </div> 196 201 <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%>
