Last change
on this file since 947 was 915, checked in by Kris Deugau, 7 years ago |
/trunk
Start adding a generalized in-your-face infonotice space to attach warnings
to a netblock. See #17 and #23, sort of.
- table to hold the notices, since they're likely to be far fewer than the
overall allocation count
- show any notices for the parent chain for new allocations in the admin tools
|
File size:
388 bytes
|
Line | |
---|
1 | <TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
|
---|
2 |
|
---|
3 | <TMPL_IF locerr>
|
---|
4 | <TMPL_VAR NAME=locerr>
|
---|
5 | <TMPL_ELSE>
|
---|
6 | Assigning <TMPL_VAR NAME=cidr> to <TMPL_VAR NAME=custid> ("<TMPL_VAR NAME=desc>") as
|
---|
7 | <TMPL_VAR NAME=disptype>...<br>
|
---|
8 | <TMPL_IF errmsg>
|
---|
9 | Allocation failed: <TMPL_VAR NAME=errmsg>
|
---|
10 | <TMPL_ELSE>
|
---|
11 | Allocation OK!
|
---|
12 | </TMPL_IF>
|
---|
13 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.