-3

I have this modal that opens here: http://www.quizuri.ro/quizzes/test/1036?embed=true

(just click start and wait 5 seconds)

and I want to make some changes to it but I don't know where it is located in my site folders http://i.imgur.com/3uUCrQ6.png . The site is made with bootstrap and Laravel. Does anyone know how I can find it? Thanks. PS: yes, I don't know bootstrap or Laravel.

OMR
  • 11,736
  • 5
  • 20
  • 35
Luciche
  • 63
  • 1
  • 1
  • 10
  • 1
    That doesn't look like Laravel, unless it's a very very old and insecure version I'm not familiar with. It's certainly not L4 or L5. The code could be anywhere - search the project for the modal code (any IDE can do this). – ceejayoz May 14 '17 at 17:26
  • 1
    Nobody can tell just from a directory list and it could be 100% created using script also. As mentioned a full project search should help – charlietfl May 14 '17 at 17:30
  • How can I do a search and find it? thanks – Luciche May 14 '17 at 17:35
  • @LucianBarligea - I suggest you to use for example Notepad++, you can do a "search in folder" and you select the root of your webproject. Search for a specific phrasename, but that's not 100% guarantee – aspirinemaga May 14 '17 at 17:57
  • I am using Coda. Any idea how to search on that? – Luciche May 14 '17 at 18:03
  • Look in the various menus, or try right-clicking on a folder to search it. – ceejayoz May 14 '17 at 18:07

1 Answers1

-2

You can try to search into your source code for " class="modal" "

OMR
  • 11,736
  • 5
  • 20
  • 35
bee
  • 71
  • 10
  • This does not answer the question and might be better suited as a comment which you can place ones you have sufficient reputation. – milo526 May 14 '17 at 20:27