change detail in haflow administration

This commit is contained in:
dawncx 2013-11-07 11:40:16 +08:00
parent 2262d5dd8d
commit 24332d3317
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HA Flow Administration</title>
<!-- <link rel="stylesheet"
href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.0/dijit/themes/claro/claro.css"> -->
<link rel="stylesheet" href="<%=basePath%>/style/site.css">
@ -30,7 +30,6 @@ var basePath="<%=basePath%>";
</head>
<body class="claro">
<h1>Haflow Administration</h1>
<table id="modulelist">
<tr>
@ -38,6 +37,7 @@ var basePath="<%=basePath%>";
<th>Name</th>
<th>Category</th>
<th>Operation</th>
<th>Operation</th>
</tr>
<%
java.util.List<ModuleBriefModel> list = ModuleHelper
@ -49,7 +49,7 @@ var basePath="<%=basePath%>";
<td><%=moduleBriefModel.getCategory()%></td>
<td><a
href="module/remove/<%=moduleBriefModel.getId().toString()%>">Remove</a></td>
<td><a onclick="javascript:getModuleInfo(this); return false;" href="#">Edit</a></td>
<td><a onclick="javascript:getModuleInfo(this); return false;" href="#">Info</a></td>
</tr>
<%
}

View File

@ -87,7 +87,7 @@ require(["dojo/parser", "dijit/Dialog","dijit/layout/TabContainer", "dojox/layou
</div>
<div data-dojo-type="dojox/layout/ContentPane" style="float: right">
<h5>
hello<font color=red><%=username%></font> | <a href="quit">quit</a>
hello<font><%=username%></font> | <a href="quit" style="text-decoration: none;"><font color="black">quit</font></a>
</h5>
</div>

View File

@ -214,7 +214,7 @@ var loadUsers = function() {
.create(
"message",
{
innerHTML : "<p><font color=red>NOTE: 0=users;1=administrators(Role)</font></p>"
innerHTML : "<p><font color=gray>NOTE: 0=users;1=administrators(Role)</font></p>"
}, dojo.byId("table_pane"));
dojo.place(table, dojo.byId("table_pane"));
}
@ -230,7 +230,7 @@ var loadUsers = function() {
dojo.addOnLoad(function() {
dojo.byId("title").innerHTML="<h2>Haflow Background</h2>";
dojo.byId("title").innerHTML="<h2>Haflow Administration</h2>";
loadUsers();
newDialog.init();