"2yup Drifting Prayer bottle Everyone do Together" (ii)
February 18, 2003 2:50:22 (2)
'******************'********************************************
(v) Site workflow (the number on the edge is the last-spoken deputy code)
First, participate in the whole process of the program
Left: Explain (), Mylinks (L) [12, 15]
Top: Pageset (), SearchEngine () [5, 6]
Right: SearchList (), Mylinks (R) [7, 15]
Second, ordinary users (prayers and inquiries)
___ Page (5)--> results (3)--> Click Bottle ___
|___ Search (6)--> results (3)--> Click on the Bottle ___|--> details (4)-|
Enter-> view (3)-->| |
|___ Click List name (7)--> details (4) |-----------------|-->[back page (3)]
| |
|___ Click on the red bottle--> Pray Input interface (1)--> Save (2)-----|
Third, the management user
[Delete] __ View (3)-> Click on the bottle _
___| |--> Delete Action (a)-->[back (3)]
| |__ Click List name (7) ___|
Login Interface (8)-> Validation (9)-> |
| __ View (3)-> Click on the bottle _
|___| |--> Interface (1)--> action (2)-->[back to original page (3)]
[Change] |__ click on List name (7) ___|
'***************************************************************
(vi) Site Web page production process
1, edit the page version (including writing). Css and part of. js).
2, in accordance with (iv) placement of each program in the location of the Web page, the establishment of the real structure of the Web page.
3, according to (i) and the framework to establish a set area.
4, according to (four) and the framework to write common functions.
5, according to (four), (v) and the framework of the preparation of the program.
6, debugging.
'***************************************************************
(vii) Site Web page production
From here we will really enter the Web page implementation phase.
First, (steps 1 and 2) to edit the page version and placement of the program, to establish the real structure of the Web page.
(The following is Index.asp has installed the HTML real architecture of each program)
Now I'm doing the HTML section of the page design chart in the previous lecture
, we need to set up the setting area and write the auxiliary program according to it.
'---------------------------------------------------------
<%
' Reference to the previous program name and number
' [1] represents in the setting area
' [2] represent the auxiliary program
' [3] represents a universal function
%>
<title><%=pagetitle%><% ' [1] web page title%></title>
<!-----------------. CSS to write----------------------->
<meta http-equiv=content-type content= "text/html; charset=gb2312 ">
<body bgcolor= "#FFFFFF" text= "#000000" background= "<%=picpath%>bg.gif<% ' [1] picture path%>" >
<!-----------------. js to write----------------------->
<br>
<p align= "center" ><%call Top ()%><% ' [2] page Header information sub-program 13%></p>
<div align= "center" >
<center>
<% ' Enter management prompt, show in red Child
If UserName <> "" Then
Response.Write "<font color= ' red ' > You have entered the management interface,"
End If
Response.Write "The bottle will be slow parallel rafting for easy viewing </font>"%>
<table border= "1" >
<TR>
<!------------------------left part------------------------------->
<TD valign= "Top" >
<table cellpadding= "5" >
<TR>
<TD height= width= "100%" align= "Center" >
<B> Prayer Bottle Use instructions </B>
</TD>
</TR>
<TR>
<TD height= "248" valign= "Top" >
<%call explain ()%><% ' [2] explanatory text of the program 12%>
</TD>
</TR>
<TR>
<TD height= "*" align= "center" >
<%call mylinks (L1)%><% ' [1][2] the left side of the custom site connection program 15%>
<%call mylinks (L2)%><% ' [1][2] the left side of the custom site connection program 15%>
<%call mylinks (L3)%><% ' [1][2] the left side of the custom site connection program 15%>
<BR>
HP Wish Board V1.0
</TD>
</TR>
</TABLE>
</TD>
<!------------------------middle section------------------------------->
<TD>
<!-----the middle part------>
<table border= "0" cellpadding= "0" cellspacing= "0" width= ">"
<tr>
<TD valign= "Top" ><%call pageset ()%><% ' [1][2] page-setting applet 5%></td>
<TD align= "Right" ><%call searchengine ()%><% ' [2] pray search for alternate programs 6%></td>
</tr></form>
</table>
<!-----the middle part------>
<%
Select case Action ' Enter and view details when page color fades
Case "Wish", "Editwish", "Save", "Saveedit", "detail"
Special = "style=" "Background-color:white"; Fil