mirror of https://github.com/Rekoe/rk_svnadmin
parent
8f630ab5d8
commit
1996b1216a
@ -1,27 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>cms-left</title>
|
||||
<#include "/template/admin/head.ftl"/>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
Cms.lmenu('lmenu');
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
h3{ padding:0; margin:0; font-weight:normal; font-size:12px;}
|
||||
</style>
|
||||
</head>
|
||||
<body class="lbody">
|
||||
<div class="left">
|
||||
<#include "/template/admin/date.ftl"/>
|
||||
<ul class="w-lful">
|
||||
<li><a href="${base}/admin/server/right" target="rightFrame"><@s.m "global.admin.index"/></a></li>
|
||||
<@perm_chow perm="project.group">
|
||||
<li><a href="${base}/admin/project/group/list.rk" target="rightFrame">svn组列表</a></li>
|
||||
</@perm_chow>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,12 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>cms-main</title>
|
||||
</head>
|
||||
<frameset cols="227,*" frameborder="0" border="0" framespacing="0">
|
||||
<frame src="left" name="leftFrame" noresize="noresize" id="leftFrame" />
|
||||
<frame src="right" name="rightFrame" id="rightFrame" />
|
||||
</frameset>
|
||||
<noframes><body></body></noframes>
|
||||
</html>
|
@ -1,16 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>cms-left</title>
|
||||
<#include "/template/admin/head.ftl"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box-positon">
|
||||
<div class="rpos"><@s.m "global.position"/>: <@s.m "global.admin.home"/> - <@s.m "global.admin.index"/></div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="body-box">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue