Changeset 1185
- Timestamp:
- 02/12/10 16:01:53 (6 months ago)
- Location:
- trunk/unxsISP/interfaces/customer
- Files:
-
- 2 added
- 2 modified
-
customer.c (modified) (1 diff)
-
main.c (modified) (1 diff)
-
templates-english/FirstTime.Body (added)
-
templates-french/RegistrationCompleted.Body (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsISP/interfaces/customer/customer.c
r1184 r1185 1491 1491 { 1492 1492 htmlHeader("unxsISP Client Interface","Header"); 1493 printf("This is the first time you login");1493 htmlCustomerPage("","FirstTime.Body"); 1494 1494 htmlFooter("Footer"); 1495 1495 }//void ShowPurchaseRadiusPage(void) -
trunk/unxsISP/interfaces/customer/main.c
r1184 r1185 174 174 //First page after valid login 175 175 if(!strcmp(gcFunction,"Login")) 176 { 177 if(IsFirstTimeLogin()) ShowPurchaseRadiusPage(); 176 178 htmlCustomer(); 179 } 177 180 178 181 //Per page command tree
