Commit 4be2cbd3 authored by 's avatar

Style and Setup fixes

parent 4c2b3999
*shared*
# install DA.py # install DA.py
# install dbi_db.py
# install connection.dtml # install connection.dtml
# install daAdd.dtml # install daAdd.dtml
# install edit.dtml # install edit.dtml
# install main.dtml # install main.dtml
# install www www/%(package)s
<html> <head> <HTML>
<title>DA Database Connection Information</title> <HEAD>
</head> <TITLE>DA Database Connection Information</TITLE>
</HEAD>
<body bgcolor="#FFFFFF" link="#3333FF" alink="#009999" vlink="#006600"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<FONT SIZE="+2" COLOR="#77003B"> <H2>
<!--#if title--> <!--#if title-->
<!--#var title--><!--#else title--> <!--#var title-->
<!--#var id--><!--#/if title--><br> <!--#else title-->
Database Connection Information <!--#var id-->
</FONT> <!--#/if title-->
<BR>
Database Connection Information</H2>
<P>
<!--#var bad_connection_string--> <!--#var bad_connection_string-->
......
<html><head><title>New Database Adapter</title></head> <HTML>
<HEAD>
<body bgcolor="#FFFFFF" link="#3333FF" alink="#009999" vlink="#006600"> <TITLE>New Database Adapter</TITLE>
<FONT SIZE="+2" COLOR="#77003B"> </HEAD>
New Aqueduct Database Adapter <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
</FONT> <H2>New Database Adapter</H2>
<P>
<form action="<!--#var PARENT_URL-->/manage_addDA" method="post"> <form action="<!--#var PARENT_URL-->/manage_addDA" method="post">
......
<html><head><title>Edit <!--#if title--> <HTML>
<!--#var title--><!--#else title--> <HEAD>
<!--#var id--><!--#/if title--></title></head><body> <TITLE>
Edit
<body bgcolor="#FFFFFF" link="#3333FF" alink="#009999" vlink="#006600"> <!--#if title-->
<FONT SIZE="+2" COLOR="#77003B"> <!--#var title-->
Edit <!--#if title--> <!--#else title-->
<!--#var title--><!--#else title--> <!--#var id-->
<!--#var id--><!--#/if title--></FONT> <!--#/if title-->
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>
Edit
<!--#if title-->
<!--#var title-->
<!--#else title-->
<!--#var id-->
<!--#/if title-->
</H2>
<P>
<form action="<!--#var URL2-->/<!--#var id-->/manage_edit" <form action="<!--#var URL2-->/<!--#var id-->/manage_edit"
method="<!--#var web__form__method-->"> method="<!--#var web__form__method-->">
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE><!--#if title--> <TITLE>
<!--#var title--><!--#else title--> <!--#if title-->
<!--#var id--><!--#/if title--></TITLE> <!--#var title-->
<!--#else title-->
<!--#var id-->
<!--#/if title-->
</TITLE>
</HEAD> </HEAD>
<BODY> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<FONT SIZE="+2" COLOR="#77003B"><!--#if title--> <H2>
<!--#var title--><!--#else title--> <!--#if title-->
<!--#var id--><!--#/if title--></FONT> <!--#var title-->
<BR> <!--#else title-->
<!--#var id-->
<!--#/if title-->
</H2>
<P>
<!--#var bad_connection_string--> <!--#var bad_connection_string-->
<!--#if parentObject--> <!--#if parentObject-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment