修改openwrt页面

/usr/lib/lua/luci/view/themes/bootstrap#
<html lang="<%=luci.i18n.context.lang%>">
 <head>
  <meta charset="utf-8">
  <title>FreedomBox</title>
  <!--[if lt IE 9]><script src="<%=media%>/html5.js"></script><![endif]-->
  <meta name="viewport" content="initial-scale=1.0">
  <link rel="stylesheet" href="<%=media%>/cascade.css">
  <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
  <link rel="shortcut icon" href="<%=media%>/favicon.ico">
  <% if node and node.css then %><link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
  <% end -%>
  <% if css then %><style title="text/css">
  <%-= css %>
  </style>
  <% end -%>
  <script src="<%=resource%>/xhr.js"></script>
 </head>                                                                                                                                

 <body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %>">
  <header>
   <div class="fill">
    <div class="container">
     <a class="brand" </a>
     <ul class="nav">
         <%-
                local function submenu(prefix, node)
                        local childs = disp.node_childs(node)
                        if #childs > 0 then
         %>
         <ul class="dropdown-menu">
                        <%-
                                for i, r in ipairs(childs) do
                                        local nnode = node.nodes[r]
                                        local href  = controller .. prefix .. r ..
                                                (nnode.query and http.build_querystring(nnode.query) or "")
                        %>
[1]+  Stopped                    vi header.htm
[email protected]:/usr/lib/lua/luci/view/themes/bootstrap# vim header.htm
 <head>
  <meta charset="utf-8">
  <title>FreedomBox</title>
  <!--[if lt IE 9]><script src="<%=media%>/html5.js"></script><![endif]-->
  <meta name="viewport" content="initial-scale=1.0">
  <link rel="stylesheet" href="<%=media%>/cascade.css">
  <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
  <link rel="shortcut icon" href="<%=media%>/favicon.ico">
  <% if node and node.css then %><link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
  <% end -%>
  <% if css then %><style title="text/css">
  <%-= css %>
  </style>
  <% end -%>
  <script src="<%=resource%>/xhr.js"></script>
 </head>                                                                                                                                

 <body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %>">
  <header>
   <div class="fill">
    <div class="container">
     <a class="brand" href="#">Freedombox</a>  //hostname
     <ul class="nav">
         <%-
                local function submenu(prefix, node)
                        local childs = disp.node_childs(node)
                        if #childs > 0 then
         %>
         <ul class="dropdown-menu">
                        <%-
                                for i, r in ipairs(childs) do
                                        local nnode = node.nodes[r]
                                        local href  = controller .. prefix .. r ..
                                                (nnode.query and http.build_querystring(nnode.query) or "")
                        %>
          <li><a href="<%=pcdata(href)%>"><%=pcdata(striptags(translate(nnode.title)))%></a></li>

  

时间: 2024-10-28 20:02:54

修改openwrt页面的相关文章

异步操作执行后子页面重新修改父页面iframe高度

子页面加入ajax全局方法: <script language="javascript" type="text/javascript"> $(document).ready(function () {//异步请求加载完成 $.ajaxSetup({ 'complete': function () { //修改iframe高度 reSizeParentIframe(); } }); }); </script> 修改iframe高度: //子页面

在MyEclipse中修改jsp页面的默认打开方式

在JavaWeb项目中,当然有很多jsp页面,但是我发现,双击打开jsp页面总是卡机,相对于打开其他java文件而言非常慢,感觉很不舒服,MyEclipse中默认打开jsp页面是以可视化的形式展现的,但是大多数情况我们都喜欢以代码方式打开jsp页面. 有两种方式来解决打开jsp页面较慢的问题. 单击选中jsp页面,点击右键---open with  --- MyEclipse JSP Editor  以这种方式打开就非常快不会出现卡机的情况. 但是这种方式每次打开jsp页面时都很繁琐,有没有更好

Postfix邮箱(十二):修改Web页面及多域名访问

说明:Extmail支持多域名访问,通过修改WEB页面,实现各个域使用独立的页面文件,访问不同的域名看到相应的页面风格. 流程:先修改默认域yourmail.com的页面,再复制给新增域,最后稍稍修改新增域即可. 一.修改Web页面 说明:修改页面请参考附件中的模板文件,这里只列出一些重点项 1.修改页面中的显示文字 [[email protected] ~]# cd /var/wwww/excuite/extmail [[email protected] extmail]# vi lang/z

安装eclipse中html/jsp/xml editor插件以及修改html页面的字体

最近在做android项目,用到了jquery mobile 框架以及phonegap,所以就会涉及一些html文件,但是html文件打开的方式是Text Editor ,并且打开之后一些html代码关键字不是高亮的,并且没有任何的代码提示.为了以后方便,就在网上搜了一下安装html编辑器插件.但是按照网上的一些方法,根本就搞不出来,不知道是我理解错误,还是他们方法不对.下面,是我自己根据网上的方法,加上自己修改之后摸索的一套正确的,安装插件的方法. 1.下载GEF依赖包: 可以在我的博客当中分

系统管理模块_部门管理_改进_抽取添加与修改JSP页面中的公共代码_在显示层抽取BaseAction_合并Service层与Dao层

系统管理模块_部门管理_改进1:抽取添加与修改JSP页面中的公共代码 commons.jspf <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %> <meta http-equiv="Conten

修改JSP页面为什么不用重启Tomcat

JSP->servlet->.clsss JSP最终要转换为class文件,为什么tomcat在修改java代码的必须先重启tomcat,反而JSP不用.? 在Tomcat的Conf/web.xml文件中,可以对Tomcat的这种对JSP修改的机制进行修改. 这是因为Tomcat对JSP进入了侦听,如果有修改,就会重新翻译成Servlet并最终编译成Class文件,替换掉原JSP页面对应的Class文件.Tomcat的内部机制是可以让这种Class文件立即生效的.而普通的Class文件修改后,

软件测试典型问题记录-修改窗口页面存在两个页签,修改后在某个页签点确定,另一页签内容未修改

容易忽视的问题记录 修改页面大概如下: 问题:修改完成后,在页签1,点击确定,修改无误: 在页签2,点击确定,页签1中的内容未做修改.

新闻修改处理页面

修改页面与添加页面相同 思路一致 <?php $newsid=$_POST["newsid"]; $title=$_POST["title"]; $author=$_POST["author"]; $source=$_POST["source"]; $content=$_POST["content"]; $time=$_POST["time"]; $db=new MySQLi(&q

MUI框架编写修改密码页面并且ajax请求后台数据拿到接口完成修改密码功能

<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <title>修改密码</title> <li