* More conversion of screens to the new look-and-feel.
[citadel.git] / webcit / mainmenu.c
1 /* $Id$ */
2
3
4
5
6 #include <ctype.h>
7 #include <stdlib.h>
8 #include <unistd.h>
9 #include <stdio.h>
10 #include <fcntl.h>
11 #include <signal.h>
12 #include <sys/types.h>
13 #include <sys/wait.h>
14 #include <sys/socket.h>
15 #include <sys/time.h>
16 #include <limits.h>
17 #include <netinet/in.h>
18 #include <netdb.h>
19 #include <string.h>
20 #include <pwd.h>
21 #include <errno.h>
22 #include <stdarg.h>
23 #include <pthread.h>
24 #include <signal.h>
25 #include "webcit.h"
26
27
28
29 /*
30  * The Main Menu
31  */
32 void display_main_menu(void)
33 {
34         output_headers(1);
35
36         wprintf("<BR>");
37
38         svprintf("BOXTITLE", WCS_STRING, "Basic commands");
39         do_template("beginbox");
40
41         wprintf("<TABLE border=0 align=center><TR>");
42         wprintf("<TD>");        /* start of first column */
43
44         wprintf("<UL>");
45         wprintf("<LI><B><A HREF=\"/knrooms\">\n");
46         wprintf("List known rooms</B></A><BR>\n");
47         wprintf("Where can I go from here?</LI>\n");
48
49         wprintf("<LI><B><A HREF=\"/gotonext\">\n");
50         wprintf("Goto next room</B></A><BR>\n");
51         wprintf("...with <EM>unread</EM> messages</LI>\n");
52
53         wprintf("<LI><B><A HREF=\"/skip\">\n");
54         wprintf("Skip to next room</B></A><BR>\n");
55         wprintf("(come back here later)</LI>\n");
56
57         if ((strlen(WC->ugname) > 0) && (strcasecmp(WC->ugname, WC->wc_roomname))) {
58                 wprintf("<LI><B><A HREF=\"/ungoto\">\n");
59                 wprintf("Ungoto</B></A><BR>\n");
60                 wprintf("(oops! Back to %s)</LI>\n", WC->ugname);
61         }
62         wprintf("</UL>\n");
63
64         wprintf("</TD><TD>\n"); /* start of second column */
65
66         wprintf("<UL>");
67         wprintf("<LI><B><A HREF=\"/readnew\">\n");
68         wprintf("Read new messages</B></A><BR>...in this room</LI>\n");
69
70         wprintf("<LI><B><A HREF=\"/readfwd\">\n");
71         wprintf("Read all messages</B></A><BR>...old <EM>and</EM> new</LI>\n");
72
73         wprintf("<LI><B><A HREF=\"/display_enter\">\n");
74         wprintf("Enter a message</B></A><BR>(post in this room)</LI>");
75         wprintf("</UL>\n");
76
77         wprintf("</TD><TD>");   /* start of third column */
78
79         wprintf("<UL>");
80         wprintf("<LI><B><A HREF=\"/summary\">\n");
81         wprintf("Summary page</B></A><BR>Summary of my account</LI>\n");
82
83         wprintf("<LI><B><A HREF=\"/userlist\">\n");
84         wprintf("User list</B></A><BR>(all registered users)</LI>\n");
85
86         wprintf("<LI><B><A HREF=\"/termquit\" TARGET=\"_top\">\n");
87         wprintf("Log off</B></A><BR>Bye!</LI>\n");
88         wprintf("</UL>\n");
89
90         wprintf("</TR></TABLE>\n");
91         do_template("endbox");
92
93         wprintf("<TABLE WIDTH=100%%><TR VALIGN=TOP><TD>");
94
95         svprintf("BOXTITLE", WCS_STRING, "Interaction");
96         do_template("beginbox");
97
98         wprintf("<UL>");
99         wprintf("<LI><A HREF=\"/whobbs\">\n");
100         wprintf("Who is online?</A><font size=-2> "
101                 "(users <EM>currently</EM> logged on)</font>\n");
102         wprintf("<LI><A HREF=\"/chat\">");
103         wprintf("Chat with other online users</A>\n");
104
105         wprintf("<LI><A HREF=\"/display_generic\">\n");
106         wprintf("<FONT SIZE=-2>Generic server command</FONT></A>\n");
107
108         wprintf("</UL>\n");
109         do_template("endbox");
110
111         wprintf("</TD><TD>");
112
113         svprintf("BOXTITLE", WCS_STRING, "Your info");
114         do_template("beginbox");
115
116         wprintf("<UL>");
117         wprintf("<LI><A HREF=\"/display_editbio\">\n");
118         wprintf("Enter your 'bio' (a few words about yourself)</A>\n");
119
120         wprintf("<LI><A HREF=\"/display_editpic\">\n");
121         wprintf("Edit your online photo</A>\n");
122
123         wprintf("<LI><A HREF=\"/display_reg\">\n");
124         wprintf("Re-enter your registration info (name, address, etc.)</A>\n");
125
126         wprintf("<LI><A HREF=\"/display_changepw\">\n");
127         wprintf("Change your password</A>\n");
128
129         wprintf("</UL>\n");
130         do_template("endbox");
131
132         wprintf("</TD></TR><TR VALIGN=TOP><TD>");
133
134         svprintf("BOXTITLE", WCS_STRING, "Advanced room commands");
135         do_template("beginbox");
136
137         wprintf("<UL>");
138         wprintf("<LI><A HREF=\"/display_private\">\n");
139         wprintf("Go to a 'hidden' room</A>\n");
140
141         wprintf("<LI><A HREF=\"/display_entroom\">");
142         wprintf("Create a new room</A>\n");
143
144         wprintf("<LI><A HREF=\"/display_zap\">");
145         wprintf("Zap (forget) this room (%s)</A>\n", WC->wc_roomname);
146
147         wprintf("<LI><A HREF=\"/display_whok\">\n");
148         wprintf("Access controls for this room</A>\n");
149
150         wprintf("<LI><A HREF=\"/zapped_list\">");
151         wprintf("List all forgotten rooms</A>\n");
152
153         wprintf("</UL>\n");
154         do_template("endbox");
155
156         wprintf("</TD><TD>");
157
158         if ((WC->axlevel >= 6) || (WC->is_room_aide)) {
159                 svprintf("BOXTITLE", WCS_STRING, "Administrative functions");
160                 do_template("beginbox");
161
162                 wprintf("<UL>");
163                 wprintf("<LI><A HREF=\"/display_editroom\">\n");
164                 wprintf("Edit or delete this room</A>\n");
165
166                 wprintf("<LI><A HREF=\"/display_siteconfig\">\n");
167                 wprintf("Edit site-wide configuration</A>\n");
168
169                 if (WC->axlevel >= 6) {
170                         wprintf("<LI><A HREF=\"/select_user_to_edit\">\n");
171                         wprintf("Add, change, delete user accounts</A>\n");
172
173                         wprintf("<LI><A HREF=\"/validate\">\n");
174                         wprintf("Validate new users</A>\n");
175
176                         wprintf("<LI><A HREF=\"/display_floorconfig\">\n");
177                         wprintf("Add, change, or delete floors</A>\n");
178
179                         wprintf("<LI><A HREF=\"/display_netconf\">\n");
180                         wprintf("Configure networking with other systems</A>\n");
181                 }
182                 wprintf("</UL>\n");
183                 do_template("endbox");
184         }
185         wprintf("</TD></TR></TABLE>");
186         wDumpContent(2);
187 }
188
189
190
191
192
193 /*
194  * Display the screen to enter a generic server command
195  */
196 void display_generic(void)
197 {
198         output_headers(3);
199
200         svprintf("BOXTITLE", WCS_STRING, "Enter a server command");
201         do_template("beginbox");
202
203         wprintf("<CENTER>");
204         wprintf("This screen allows you to enter Citadel server commands which are\n");
205         wprintf("not supported by WebCit.  If you do not know what that means,\n");
206         wprintf("then this screen will not be of much use to you.<BR>\n");
207
208         wprintf("<FORM METHOD=\"POST\" ACTION=\"/do_generic\">\n");
209
210         wprintf("Enter command:<BR>\n");
211         wprintf("<INPUT TYPE=\"text\" NAME=\"g_cmd\" SIZE=80 MAXLENGTH=\"250\"><BR>\n");
212
213         wprintf("Command input (if requesting SEND_LISTING transfer mode):<BR>\n");
214         wprintf("<TEXTAREA NAME=\"g_input\" ROWS=10 COLS=80 WIDTH=80></TEXTAREA><BR>\n");
215
216         wprintf("<FONT SIZE=-2>Detected host header is http://%s</FONT>\n",
217                 WC->http_host);
218         wprintf("<INPUT TYPE=\"submit\" NAME=\"sc\" VALUE=\"Send command\">");
219         wprintf("<INPUT TYPE=\"submit\" NAME=\"sc\" VALUE=\"Cancel\"><BR>\n");
220
221         wprintf("</FORM></CENTER>\n");
222         do_template("endbox");
223         wDumpContent(1);
224 }
225
226 void do_generic(void)
227 {
228         char buf[SIZ];
229         char gcontent[SIZ];
230         char *junk;
231         size_t len;
232
233         if (strcasecmp(bstr("sc"), "Send command")) {
234                 display_main_menu();
235                 return;
236         }
237
238         output_headers(3);
239
240         serv_printf("%s", bstr("g_cmd"));
241         serv_gets(buf);
242
243         svprintf("BOXTITLE", WCS_STRING, "Server command results");
244         do_template("beginbox");
245
246         wprintf("<TABLE border=0><TR><TD>Command:</TD><TD><TT>");
247         escputs(bstr("g_cmd"));
248         wprintf("</TT></TD></TR><TR><TD>Result:</TD><TD><TT>");
249         escputs(buf);
250         wprintf("</TT></TD></TR></TABLE><BR>\n");
251
252         if (buf[0] == '8') {
253                 serv_printf("\n\n000");
254         }
255         if ((buf[0] == '1') || (buf[0] == '8')) {
256                 while (serv_gets(gcontent), strcmp(gcontent, "000")) {
257                         escputs(gcontent);
258                         wprintf("<BR>\n");
259                 }
260                 wprintf("000");
261         }
262         if (buf[0] == '4') {
263                 text_to_server(bstr("g_input"), 0);
264                 serv_puts("000");
265         }
266         if (buf[0] == '6') {
267                 len = atol(&buf[4]);
268                 junk = malloc(len);
269                 serv_read(junk, len);
270                 free(junk);
271         }
272         if (buf[0] == '7') {
273                 len = atol(&buf[4]);
274                 junk = malloc(len);
275                 memset(junk, 0, len);
276                 serv_write(junk, len);
277                 free(junk);
278         }
279         wprintf("<HR>");
280         wprintf("<A HREF=\"/display_generic\">Enter another command</A><BR>\n");
281         wprintf("<A HREF=\"/display_advanced\">Return to menu</A>\n");
282         do_template("endbox");
283         wDumpContent(1);
284 }
285
286
287
288
289 /*
290  * Display the menubar.  Set as_single_page to
291  * display HTML headers and footers -- otherwise it's assumed
292  * that the menubar is being embedded in another page.
293  */
294 void display_menubar(int as_single_page) {
295
296         if (as_single_page) {
297                 output_headers(0);
298                 wprintf("<HTML>\n"
299                         "<HEAD>\n"
300                         "<TITLE>MenuBar</TITLE>\n"
301                         "<STYLE TYPE=\"text/css\">\n"
302                         "BODY   { text-decoration: none; }\n"
303                         "</STYLE>\n"
304                         "</HEAD>\n");
305                 do_template("background");
306         }
307
308         do_template("menubar");
309
310         if (as_single_page) {
311                 wDumpContent(2);
312         }
313
314
315 }
316
317