mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-10 21:06:29 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
24
nwn/nwnprc/DocGen/trunk/templates/english/menu.html
Normal file
24
nwn/nwnprc/DocGen/trunk/templates/english/menu.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!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" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>Player Resource Consortium :: Manual :: Menus :: ~~~menuName~~~</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<link rel="stylesheet" type="text/css" href="../../styles/manual_common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../styles/manual_menus_common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../styles/manual_index.css" />
|
||||
<script language="javascript1.2" type="text/javascript" src="../../scripts/manual_menus.js"></script>
|
||||
<script language="javascript1.2" type="text/javascript" src="../../scripts/manual_vars.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<table cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td id="td_contentmenu">
|
||||
~~~menuEntries~~~
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user