- Read
- Vote
- Old
- New
- Hot
- Reply
Top tags: CSS (7) Wiki (3) CMS (2) Feature (2) Bug (2) Test (2) JS (1) Blog (1) Forum (1) Ticket (1) News (1) Bank (1) SIDU (1)
Today we are going to make a user system, which will be used for login, user management, role permission, page access control etc.
1 - team
CREATE TABLE team (
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
id_up int NOT NULL DEFAULT 0, -- parent team id
name varch
Cat:
CMS | Read: 685 | 2022-06-05
6 - Javascript related
There are a list of CSS class binded with jQuery
6.1 span of any width / height
class=span data-w=300px
class=span data-w=30% data-h=100px
Cat:
CMS | Read: 950 | 2022-04-16
Tag:
CSS,
JS
5 - Text
5.1 Text align: al ac ar aj, vt vm vb
al = left
ac = center
ar = right
aj = adjust. This l
Cat:
CMS | Read: 876 | 2022-04-15
Tag:
CSS
4 - Shape
4.1 Common shapes
rc = box with round corners
box
rc
btn
tab
tabL
tabR
tabB
Cat:
CMS | Read: 712 | 2022-04-14
Tag:
CSS
3 - Color
We have text colors, background colors
3.1 Text colors
red, green, blue, gold, grey, dark. And there is default.
3.2 Bac
Cat:
CMS | Read: 668 | 2022-04-13
Tag:
CSS
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- »