Imported AoWoW.
This version of AoWoW is based on https://github.com/udw/udwbase and is not yet usable. An initial amount of testing has been finished, and you can import the aowow.sql database into your world database, and create a local copy of config.php.in as config.php to test this version. FirePHP (http://firephp.org/) has been added for testing purposes. Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<div class="text">
|
||||
<h2>{#Contribute#}</h2>
|
||||
</div>
|
||||
<div id="tabs_contribute-generic" style="width: 50%"></div>
|
||||
<div class="text" style="margin-right: 310px">
|
||||
<div class="tabbed-contents" style="clear: none">
|
||||
<div id="tab-add-your-comment" style="display: none">
|
||||
<form name="addcomment" action="?comment=add&type={$page.type}&typeid={$page.typeid}" method="post" onsubmit="return co_validateForm(this)">
|
||||
<div id="replybox-generic" style="display: none">
|
||||
{#Replying_to_comment_by#} <span></span>. <a href="javascript:;" onclick="co_cancelReply()">{#Cancel#}</a>
|
||||
<div class="pad"></div>
|
||||
</div>
|
||||
<div id="funcbox-generic"></div>
|
||||
<script type="text/javascript">Listview.funcBox.coEditAppend(ge('funcbox-generic'), {ldelim}body: ''{rdelim}, 1)</script>
|
||||
<div class="pad"></div>
|
||||
<input type="submit" value="{#Submit#}"></input>
|
||||
<input type="hidden" name="replyto" value=""></input>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var tabsContribute = new Tabs({ldelim}parent: ge('tabs_contribute-generic'){rdelim});
|
||||
tabsContribute.add(LANG.tab_addyourcomment, {ldelim}id: 'add-your-comment'{rdelim});
|
||||
tabsContribute.flush();
|
||||
</script>
|
||||
<div class="clear"></div>
|
||||
Reference in New Issue
Block a user