Administration action

hey guys ,i have a web page called action ,it contains models that contains pictures and text (like the image)

.
i want only the administration to add more actions .
any help plz ??

Anytime you want visitors to your website to have a different experience depending on their user status (admin, guest , etc…) you need to have a back end server set up to provide the requisite authentication. A website without a backend will provide the same experience to all visitors as there is no way to distinguish who is who.

yeah i know that ,but what i want to know is how to add more actions

HTTP is stateless, you’ll have to setup some sort of backend and form of authentication for admins to add and perform actions. The information you’ve given us so far is extremely vague.