Skip to content

This is the main code of our community's website and the copy of the back-end database file, after the construction can visit our community's home page, browsing content and login, currently not mounted to the server, will apply for domain name and server mount.

Notifications You must be signed in to change notification settings

yixiaoshenghua/NJUAIA-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NJUAIA-web

打造南大学生社团自己的门户网站 define ourselves


User Document

Step 1  if had account before:
                log in
            else:
                sign up
            log in
Step 2  if identity is principal:
                enter members page(->step3)
            else:
                enter department page(you belong to)(->step4)
Step 3  query the member's information
               delete the member's information
Step 4  update your extra information
            browse the web


FileTree

|-—— NJUAIA
|          |-—— pages
|                    |-—— signup.aspx
|                    |-—— login.aspx
|                    |-—— department.aspx
|                    |-—— aboutus.aspx
|                    |-—— members.aspx
|                    |-—— photo.aspx
|          |-—— class
|                    |-—— BasePage.cs
|                    |-—— DataCon.cs
|                    |-—— DataOperate.cs
|                    |-—— ValidCode.cs
|                    |-—— SqlData.cs
|          |-—— CSS
|          |-—— JS
|          |-—— images
|          |-—— header.ascx


Database

DataBase:
    NJUAIA
Table:
    AIA(PID,DEPARTMENT,MINISTER,DMINISTER,MEMNUM)
    MEMBERS(MID,NAME,DEPARTMENT,POS,EDU,COLLEGE,TEL,
                      QQ,WECHAT,PERMISSION,STATUS,INTIME,INTRO,PHOTO)
    LOGINFO(MID,PASSWORD)

About

This is the main code of our community's website and the copy of the back-end database file, after the construction can visit our community's home page, browsing content and login, currently not mounted to the server, will apply for domain name and server mount.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published