NewWorld 3.0

tension

Verified User
Joined
Apr 14, 2008
Messages
7
https://github.com/tension/NewWorld

由于我英文有限,所以我中文描述,大家可以使用 Google 翻译来大概翻译本内容。

演示地址: http://www.elinkhost.com/webhostdemo.html

截图欣赏

http://ww3.sinaimg.cn/large/6211b300gw1ef4uuckqigj20w90u4wiy.jpg

用户层首页

http://ww2.sinaimg.cn/large/6211b300gw1ef4uv9hly8j20w90rgju7.jpg

密码修改

http://ww2.sinaimg.cn/large/6211b300gw1ef4uvl1r5cj20w90rgdjb.jpg

文件管理

http://ww2.sinaimg.cn/large/6211b300gw1ef4uvtmdzuj20w90rgwhw.jpg

数据库管理

http://ww1.sinaimg.cn/large/6211b300gw1ef4uw3ba85j209m051t8u.jpg

下拉菜单

http://ww1.sinaimg.cn/large/6211b300gw1ef4uwd32n7j20e00a80sy.jpg

登录页

---------------------------------------------------------------------------------------------

如何安装

主题安装

cd /usr/local/directadmin/data/skins/ #进入主题所在目录
wget https://github.com/tension/NewWorld/archive/master.zip #下载NewWorld主题模版压缩包
unzip master #解压缩主题压缩包
mv NewWorld-master NewWorld #修改主题文件夹名称
chown -R diradmin:diradmin NewWorld/ #设置主题所有权
rm -f master #删除主题模版压缩包
exit #退出


安装完成 登陆后台 选择皮肤管理 选择主题应用所有用户

登陆界面安装

cd /usr/local/directadmin/data/templates #进入主题所在目录
wget http://www.elinkhost.com/download/Login-Page-2014-4-9.tar.gz #下载Login Page主题模版压缩包
tar xvzf Login-Page-2014-4-9.tar.gz #解压缩
chown -R diradmin:diradmin * #设置主题所有权
rm -f Login-Page-2014-4-9.tar.gz #删除主题模版压缩包
自定义页面

/data/templates/custom/login.html
注销后跳转页面修改
登录页模版位置

<input type="hidden" value="http://www.elinkhost.com" name="LOGOUT_URL"/>
网址改为您的网址

custom.html
用户界面联系我们信息

notice.html
为用户界面新闻调用,如不需要可直接删除内容即可.

images/logo.png
为左上角 LOGO, 尺寸 390x62

使用开源框架

<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
使用 font-awesome 开源图标系列

<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
使用 Pure CSS 框架

<script type="text/javascript" src="//libs.baidu.com/jquery/1.9.1/jquery.min.js"></script>
使用 jQuery JS 框架 由 百度开放云 提供CDN加速
 
As this is not a SPAM, I am pasting a translation in English (used Google translate for that):
tension said:
https://github.com/tension/NewWorld


Due to my limited English, so I Chinese description, we can probably use Google Translate to translate this content.


Demo Address: http://www.elinkhost.com/webhostdemo.html


Screenshots


http://ww3.sinaimg.cn/large/6211b300...20w90u4wiy.jpg


User Layer Home


http://ww2.sinaimg.cn/large/6211b300...20w90rgju7.jpg


Password changes


http://ww2.sinaimg.cn/large/6211b300...20w90rgdjb.jpg


Document Management


http://ww2.sinaimg.cn/large/6211b300...20w90rgwhw.jpg


Database Management


http://ww1.sinaimg.cn/large/6211b300...209m051t8u.jpg


Drop-down menu


http://ww1.sinaimg.cn/large/6211b300...20e00a80sy.jpg


Login Page


-------------------------------------------------- -------------------------------------------


How to install


Theme installation


cd / usr / local / directadmin / data / skins / # to enter the directory where the theme
wget https://github.com/tension/NewWorld/archive/master.zip # Download NewWorld theme template archive
unzip master # decompress compressed package themes
mv NewWorld-master NewWorld # modify the theme folder name
chown -R diradmin: diradmin NewWorld / # set the theme of ownership
rm -f master # delete theme template archive
exit # exit




Select the installation is complete landing backstage skin management for all users select a theme


Login screen installation


cd / usr / local / directadmin / data / templates # to enter the directory where the theme
wget http://www.elinkhost.com/download/Lo...014-4-9.tar.gz # Download Login Page theme template archive
tar xvzf Login-Page-2014-4-9.tar.gz # decompress
chown -R diradmin: diradmin * # set the theme of ownership
rm -f Login-Page-2014-4-9.tar.gz # delete theme template archive
Custom Page


/data/templates/custom/login.html
After the cancellation of the jump page changes
Log in page templates location


<input type = "hidden" value = "http://www.elinkhost.com" name = "LOGOUT_URL" />
URL to your site


custom.html
User Interface Contact Information


notice.html
News calls for the user interface, such as the content does not need to be directly deleted.


images / logo.png
To the upper left corner LOGO, size 390x62


Use open-source framework


<link href = "// netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel = "stylesheet">
Use font-awesome open source icon series


<link rel = "stylesheet" href = "http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
Use Pure CSS framework


<script type = "text / javascript" src = "// libs.baidu.com/jquery/1.9.1/jquery.min.js"> </ script>
Use jQuery JS framework provided by Baidu Open Cloud CDN acceleration
 
not for me :p but looking at the screenshots says DA v 1.36.2?
 
well 1st off the cn and en language file folders are switched :)
so I just changed them over and reinstalled again but either its real broke or not compatible with the latest DA version :(
I made a package to install via the skin manager if anyone wants and with the language fixed
(except the very bottom of the page, maybe credits are not correct)
sending a screen shot of what it looks like
NW.png
 
I decided to delete it even from my PC, there were things that bothered me like calls to an outside source for js and css files.
base64 encoded background url's and if decoded has the macromedia stuff before the rest came out garbled

not saying its bad, just made me not comfortable even trying to use it or fix it
I think all css and js, images should come from within the skin and not get fetched from the net
(some exceptions of course like when using Google fonts :) )
 
Back
Top